Previous Book Contents Book Index Next

Inside Macintosh: Programming With JManager /
Chapter 2 - JManager Reference / JManager Functions
Applet Control Functions /


JMGetAppletViewerSecurity

Gets the security options for an applet.

extern OSStatus JMGetAppletViewerSecurity (
                     JMAppletViewerRef viewer, 
                     JMAppletSecurity* data);
viewer
The applet whose security options you wish to determine.
data
A pointer to an applet security options structure. on return, this structure contains the security options for the specified applet. For more information, see "Applet Security Structure".
function result
A result code; see "JManager Result Codes".
SEE ALSO
The JMSetAppletViewerSecurity function.
The JMNewAppletViewer function.

Previous Book Contents Book Index Next

© Apple Computer, Inc.
10 DEC 1997